projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd63e73
)
(mail-directory-parser): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Jun 1997 20:50:45 +0000
(20:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Jun 1997 20:50:45 +0000
(20:50 +0000)
lisp/mail/mailalias.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mailalias.el
b/lisp/mail/mailalias.el
index f30402f7c9e8a0c16c8113eada74f8177f19d7eb..fb62673ef7e1c801fd04558a4a3c9e0856eb56d7 100644
(file)
--- a/
lisp/mail/mailalias.el
+++ b/
lisp/mail/mailalias.el
@@
-134,7
+134,7
@@
Three types of values are possible:
- nil means to gather each line as one name
- regexp means first \\(grouping\\) in successive matches is name
- function called at beginning of buffer that returns an alist of names"
- :type '(choice (co
sn
t nil) regexp function)
+ :type '(choice (co
ns
t nil) regexp function)
:group 'mailalias)
(put 'mail-directory-parser 'risky-local-variable t)